object Form1: TForm1 Left = 200 Top = 104 Width = 435 Height = 300 Caption = 'Form1' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 OnCreate = FormCreate TextHeight = 16 object Button1: TButton Left = 104 Top = 88 Width = 89 Height = 33 Caption = 'Button1' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 217 Top = 54 Width = 89 Height = 33 Caption = 'Button2' TabOrder = 1 OnClick = Button2Click end object Dde: TDdeClientConv Left = 199 Top = 120 end end